home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / ProgDVB 6.01 / ProgDVB6.01Std.exe / Modules / BroadLogic.ini < prev    next >
INI File  |  2003-07-07  |  854b  |  21 lines

  1. [Options]
  2. ;device# to use (if you have more than one card, the first is 0 and second is 1, etc)
  3. DeviceNum=0
  4. ;set to 0 if you want to disable signal strength queries
  5. ;also makes full satellite scans not work
  6. SSQEnabled=1
  7. ;Delay in milliseconds to wait for the card to tune and lock after setting frequency
  8. ;setting to 0 will speed up channel switching, but full satellite scans may be unreliable (TP scans still ok)
  9. TuneDelay=200
  10. ;card's video buffer settings
  11. ;buffer size must be >= 188, good values are k*188, progdvb 4.18 won't accept >10000, really big values may BSOD
  12. VBufferSize=7520
  13. ;Number of buffers, larger to stop packet loss, must be >= 1, really big values won't work and may BSOD
  14. VNumBuffers=800
  15. ;card's audio buffer settings
  16. ABufferSize=1504
  17. ANumBuffers=400
  18. ;card's other buffer settings
  19. OBufferSize=752
  20. ONumBuffers=100
  21.